home *** CD-ROM | disk | FTP | other *** search
/ Dye Another Day / DyeAnotherDay.bin / swf / help.swf / scripts / DefineButton2_48 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-03-28  |  158 b   |  12 lines

  1. on(release){
  2.    with(_root.stepcheck)
  3.    {
  4.       gotoAndPlay(2);
  5.    }
  6.    _root.newstep = 2;
  7.    with(_root.containerfade)
  8.    {
  9.       play();
  10.    }
  11. }
  12.